const time.stdNumColonSecondsTZ
8 uses
time (current package)
format.go#L158: stdNumColonSecondsTZ // "-07:00:00"
format.go#L268: return layout[0:i], stdNumColonSecondsTZ, layout[i+9:]
format.go#L761: case stdISO8601TZ, stdISO8601ColonTZ, stdISO8601SecondsTZ, stdISO8601ShortTZ, stdISO8601ColonSecondsTZ, stdNumTZ, stdNumColonTZ, stdNumSecondsTz, stdNumShortTZ, stdNumColonSecondsTZ:
format.go#L778: if std == stdISO8601ColonTZ || std == stdNumColonTZ || std == stdISO8601ColonSecondsTZ || std == stdNumColonSecondsTZ {
format.go#L786: if std == stdISO8601SecondsTZ || std == stdNumSecondsTz || std == stdNumColonSecondsTZ || std == stdISO8601ColonSecondsTZ {
format.go#L787: if std == stdNumColonSecondsTZ || std == stdISO8601ColonSecondsTZ {
format.go#L1194: case stdISO8601TZ, stdISO8601ColonTZ, stdISO8601SecondsTZ, stdISO8601ShortTZ, stdISO8601ColonSecondsTZ, stdNumTZ, stdNumShortTZ, stdNumColonTZ, stdNumSecondsTz, stdNumColonSecondsTZ:
format.go#L1217: } else if std == stdISO8601ColonSecondsTZ || std == stdNumColonSecondsTZ {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |